body,html{
			height: 100%;
		}
		body{
			overflow: hidden;
			overflow-x: hidden;
			overflow-y: scroll;
			margin: 0;
			position: relative;
		}
		body::after {
 			content: '';
 	 		position: fixed;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  			background-color:#fff;
  			z-index: 9999;
  			pointer-events: none;
  			opacity: 0;
  			-webkit-transition: opacity .8s ease;
  			transition: opacity .8s ease;
		}
		body.fadeout::after {
 			opacity: 1;
		}
		#container{
			background-color: #f5f5f5;
			width: 100%;
			height: auto !important;
			position: relative;
			min-height: 100%;
		}
		#header_top{
			display: flex;
			width: 100%;
			height: 170px;
			background-color: #FFFFFF;
			border-bottom: solid #ec7569;
			z-index: 999;
			top: 0;

		}
		#header_title{
			display: flex;
			margin-top: 100px; 
			font-size: 40px;
			margin-top: 0px;
		}
		#header_copy{
			font-size: 25px;
			text-align: center;
		}
		#header_logo{
			text-align: left;
			margin-left: 30px;
			margin-top: 3px;
		}
		a {
			color: black;
		}
		@media(max-width: 1080px){
			#header_top{
				width: 100%;
				height: 100px;
				background-color: #ffffff;
				border-bottom: solid #ec7569;
				z-index: 999;
				top: 0;
				text-align: center;
			}
			#header_title{
				display: flex;
				font-size: 40px;
				margin-top: 0px;
			}
			#header_copy{
				font-size: 23px;
			}
		}
		#contents{
			height: 100%;
			margin-top: 70px;
			width: 100%;
			position: relative;
		}
		#footer{
			width: 100%;
			border-top: solid #ec7569;
			line-height: 2em;
			bottom: 0px;
			background: #ffffff;
			padding: 0px;
			position: absolute;
		}
		#menu{
			margin-top: 50px;
			margin-left: 250px;
		}
		#menu ul{
  		  	list-style: none;
		}
		#menu ul li{
			width: 100px;
    		display: inline-flex;
    		text-align: center;
    		background: #ffffff;
    		-webkit-transition: 0.25s ease-in-out;
    		-moz-transition: 0.25s ease-in-out;
    		transition: 0.25s ease-in-out;
    		border-right: 1px solid #ec7569;
		}
		#menu ul li:first-child {
			    border-left: 1px solid #ec7569;
			}	 
		#menu ul li a{	
    		width: 100%;
    		display: block;
    		color: #000000;
    		text-decoration: none;
    		line-height: 40px;
    		padding: 10px 15px;
    		font-size: 15px;
		}
		#menu li a span {
    		display: block;
    		color: #AAA;
    		font-size: 10px;
    		margin-top: -20px;
		}
		#menu ul li a:hover{
    		opacity: 0.5;
		}
		#menu ul li.active a {
   			color: #000000;
		}
		#menu ul li.active1 a {
   			color: #000000;
		}
		#menu ul li.active2 a {
   			color: #ec7569;
		}
		#menu ul li.active3 a {
   			color: #000000;
		}
		#menu ul li.active4 a {
   			color: #000000;
		}
		@media(max-width: 1080px){
			#menu {
				margin-left: 0px;
   				position: absolute;
			    z-index: 2;
			    top: -50px;
			    left: 0;
			    color: #000;
			    text-align: center;
			    transform: translateY(-100%);
			    transition: all 0.6s;
			    width: 100%;
			}
			#menu ul {
			    margin: 0 auto;
			    padding: 0;
			    width: 100%;
			}
			#menu ul li {
			    list-style-type: none;
			    padding: 0;
			    width: 99%;
			    border-right: 1px solid #ec7569;
			    border-left: 1px solid #ec7569;
			    border-bottom: 1px solid #eaeaea;
			    opacity: 0.95;
			}
			#menu ul li:first-child {
			    border-left: 1.5px solid #ec7569;
			}	 
			#menu ul li a {	 
			    display: block;
			    color: #000;
			    padding: 0.6em 0;
			    text-align: center;
			    font-size: 15px;
			}
			#menu li a span {
    			display: block;
    			color: #AAA;
    			font-size: 12px;
    			margin-top: -15px;
			}
			#menu.active {
			    transform: translateY(0%);
			}
		}
		#welcome{
			margin-top: 0px;
			width: 100%;
			height: 100%;
			margin-right: auto;
			margin-left : auto;
			text-align: center;
		}
		@media(max-width: 1080px){
			#welcome{
				margin-top: -20px;
				width: 100%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
				text-align: center;
			}
		}
		.content_section1{
			margin-top: 50px;
			width: 800px;
			margin-right: auto;
			margin-left : auto;
			text-align: center;
			min-height: 100%;
			padding-bottom: 100px;
		}
		.content_section1 h3{
			font-size: 40px;
		}
		.content_section1 hr{
			width: 800px;
			margin-top: -40px;
			height: 1px;
			border: none;
			background-color: #ec7569;
		}
		@media(max-width: 1080px){
			.content_section1{
				margin-top: 230px;
				width: 80%;
				margin-right: auto;
				margin-left : auto;
				text-align: center;
				min-height: 100%;
				padding-bottom: 100px;
			}
			.content_section1 h3{
				font-size: 40px;
				margin-top: -200px;
			}
			.content_section1 hr{
				width: 95%;
				margin-top: -40px;
				height: 1px;
				border: none;
				background-color: #ec7569;
			}
		}
		@media(max-device-width: 480px){
			.content_section1{
				margin-top: 230px;
				width: 80%;
				margin-right: auto;
				margin-left : auto;
				text-align: center;
				min-height: 100%;
				padding-bottom: 90px;
			}
		}
		.content_section2{
			width: 80%;
			height: 900px;
			margin-right: auto;
			margin-left : auto;
			text-align: center;
		}
		.content_section2 h3{
			font-size: 40px;
		}
		.content_section2 hr{
			width: 800px;
			margin-top: -40px;
			height: 1px;
			border: none;
			background-color: #ec7569;
		}
		@media(max-width: 1080px){
			.content_section2 h3{
				font-size: 40px;
				margin-top: -200px;
			}
			.content_section2{
				margin-top: -250px;
				width: 80%;
				height: 1100px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-width: 780px){
			.content_section2{
				margin-top: 50px;
				width: 80%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-width: 550px){
			.content_section2{
				margin-top: 80px;
				width: 80%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-width: 410px){
			.content_section2{
				margin-top: 250px;
				width: 80%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-device-width: 480px){
			.content_section2{
				margin-top: 190px;
				width: 80%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-device-width: 320px){
			.content_section2{
				margin-top: 240px;
				width: 80%;
				height: 600px;
				margin-right: auto;
				margin-left : auto;
			}
		}
		@media(max-width: 1080px){
			.content_section2 hr{
				width: 95%;
				margin-top: -40px;
				height: 1px;
				border: none;
				background-color: #ec7569;
			}
		}
		.title-font{
			font-family: "Hiragino Mincho ProN", "HGÃ÷³¯E";
		}
		.bodytitle-font{
			font-family: "Century";
		}
		#menu span{
			font-family: "Century";
		}
		.pagetop {
  			display: none;
  			position: fixed;
  			bottom: 20px;
  			right: 45px;

		}
		.pagetop a {
 			display: block;
 			width: 50px;
  			height: 50px;
  			background-color: #ec7569;
  			text-align: center;
  			color: #fff;
  			font-size: 24px;
  			text-decoration: none;
  			line-height: 50px;
  			opacity: 0.7;
		}	
		.pagetop a:hover {
			opacity: 1.0;
		}
		.navToggle {
   			display:none;
  		}
		@media(max-width: 1080px){
			.navToggle {
   	 			display: block;
    			position: absolute;
    			right: 20px;
    			top: 30px;
    			width: 46px;
			    height: 46px;
			    cursor: pointer;
			    z-index: 3;
			    text-align: center;
			    border-radius: 5px;
			}
			 
			.navToggle span {
			    display: block;
			    position: absolute;
			    width: 35px;
			    border-bottom: solid 3px #ed7669;
			    -webkit-transition: .35s ease-in-out;
			    -moz-transition: .35s ease-in-out;
			    transition: .35s ease-in-out;
			    left: 6px;
			}
			 
			.navToggle span:nth-child(1) {
			    top: 7px;
			}
			 
			.navToggle span:nth-child(2) {
			    top: 16px;
			}
			 
			.navToggle span:nth-child(3) {
			    top: 25px;
			}
			 
			.navToggle span:nth-child(4) {
			    border: none;
			    color: #ed7669;
			    font-size: 9px;
			    font-weight: bold;
			    top: 32px;
			}
			.navToggle.active span:nth-child(1) {
			    top: 18px;
			    left: 6px;
			    -webkit-transform: rotate(-45deg);
			    -moz-transform: rotate(-45deg);
			    transform: rotate(-45deg);
			}
			 
			.navToggle.active span:nth-child(2),
			.navToggle.active span:nth-child(3) {
			    top: 18px;
			    -webkit-transform: rotate(45deg);
			    -moz-transform: rotate(45deg);
			    transform: rotate(45deg);
			}
		}
		.logo{
			width: 170px;
			height: 170px; 
		}
		.logoname{
			margin-left: -5px;
			margin-top: 60px;
			position: absolute;
			font-size: 45px;
		}
		.univ{
			margin-top: 120px;
			position: absolute;
			font-size: 20px;
			margin-left: 5px;
		}
		@media(max-width: 1080px){
			.logo{
				margin-left: -20px;
				margin-top: 0px;
				width: 100px;
				height: 100px; 
			}
			.logoname{
				margin-left: -5px;
				margin-top: 30px;
				position: absolute;
				font-size: 30px;
			}
			.univ{
				margin-top: 68px;
				position: absolute;
				font-size: 15px;
				margin-left: 5px;
			}
		}
		/*320 is for iphone se*/
		@media(max-width: 320px){
			.logo{
				margin-left: -30px;
				margin-top: 10px;
				width: 80px;
				height: 80px; 
			}
			.logoname{
				margin-left: -2px;
				margin-top: 35px;
				position: absolute;
				font-size: 26px;
			}
			.univ{
				margin-top: 68px;
				position: absolute;
				font-size: 13px;
				margin-left: 5px;
			}
		}
		.welpic{
			width: 600px;
			height: 550px;
		}
		@media(max-width: 1080px){
			.welpic{
				width:420px;
				height:390px;
			}
		}
		@media(max-device-width: 480px){
			.welpic{
				width:320px;
				height: 300px;
			}
		}
		.infobox {
			margin-top: 25px;
   			height: 400px;  
   			width: 780px;
   			overflow: auto;
   			margin-right: auto;
			margin-left : auto;
		}
		@media(max-width: 1080px){
			.infobox {
				margin-top: 10px;
	   			height: 400px;  
	   			width: 90%;
	   			overflow: auto;
	   			margin-right: auto;
				margin-left : auto;
			}
		}
		dl.list dt {
		    margin-bottom: 5px;
		    padding-bottom: 5px;
		    width: 50px;
		    font-weight: bold;
		}
		dl.list dd {
		    margin-bottom: 5px;
		    padding: 0 0 5px 120px;
		    border-bottom: 1px dotted #999;
		    margin-left: -110px;
		    font-size: 15px;
		    text-align: left;
		}
		.infobox::-webkit-scrollbar{
 			display:none;
		}
		.pic{
			height:350px; 
			width:520px;
			margin-top: -20px;
		}
		@media(max-device-width: 480px){
			.pic{
				height:200px; 
				width:300px;
				margin-top: -20px;
			}
		}
		@media(max-device-width: 320px){
			.pic{
				height:180px; 
				width:260px;
				margin-top: -20px;
			}
		}